ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / MultiRowGroupHeaders Property

In This Topic
    MultiRowGroupHeaders Property (MultiRow<T>)
    In This Topic
    Gets or sets a value that determines whether group headers should have multiple rows instead of a single header row.
    Syntax
    'Declaration
     
    Public Property MultiRowGroupHeaders As Boolean
    public bool MultiRowGroupHeaders {get; set;}
    See Also